home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
d
/
dustv2.46reg.lha
/
Dust
/
Examples
/
OldExamples
/
for.bat
< prev
next >
Wrap
DOS Batch File
|
1995-12-15
|
100b
|
12 lines
for(i,1,3)
for(j,1,4)
.i*j
end
for(k,4,1)
echo(text)
end
for(j,0.22,5.6,0.3)
.j
end
end